home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000123_fdc@columbia.edu_Mon Jun 2 12:25:57 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  42 lines

  1. Article: 14348 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Trouble with dialup connection from K95
  6. Date: 2 Jun 2003 12:25:51 -0400
  7. Organization: Columbia University
  8. Lines: 25
  9. Message-ID: <bbftqf$b8$1@watsol.cc.columbia.edu>
  10. References: <8ce22d01.0306020820.640a4c8b@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1054571152 27360 128.59.39.139 (2 Jun 2003 16:25:52 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 2 Jun 2003 16:25:52 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14348
  16.  
  17. In article <8ce22d01.0306020820.640a4c8b@posting.google.com>,
  18. Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
  19. : I'm moving from a W98 laptop to a WXP laptop.
  20. : Have successfully installed K95 2.1.3, Telnet and SSH connections
  21. : work as normal.  I can't however seem to get dial-up (out) to work
  22. : properly.
  23. : I was using an external Multitech modem with the old laptop (best of
  24. : all worlds except convenience.) The new laptop has ,of course,
  25. : integrated modem (win-modem I presume) I am trying to use.  I am able
  26. : to successfully dial out connect and
  27. : login to a remote (Unix) system using HyperTerm.  With K95 I get a
  28. : rather strange result.  First I tried to convert my connection script,
  29. : just change the
  30. : modem name from Multitech to Smart_Link_56K_Modem.
  31. :
  32. The old commands would have been something like:
  33.  
  34.   set modem type multitech
  35.   set port com1
  36.  
  37. Replace these by:
  38.  
  39.   set port tapi Smart_Link_56K_Modem
  40.  
  41. - Frank
  42.